toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]BeforeSendUploadDataCallback
/
Response
Response
interface
Response
A response for
BeforeSendUploadDataCallback
.
Members
Functions
override
Link copied to clipboard
open
fun
override
(
byteData
:
ByteData
)
:
BeforeSendUploadDataCallback.Response
open
fun
override
(
formData
:
FormData
)
:
BeforeSendUploadDataCallback.Response
open
fun
override
(
multipartFormData
:
MultipartFormData
)
:
BeforeSendUploadDataCallback.Response
open
fun
override
(
textData
:
TextData
)
:
BeforeSendUploadDataCallback.Response
Notifies the engine that the upload data in the URL request should be replaced with the given one.
proceed
Link copied to clipboard
open
fun
proceed
(
)
:
BeforeSendUploadDataCallback.Response
Notifies the engine that the URL request should continue without modifying its upload data.